Return to doc.sitecore.com

Valid for Sitecore 5.3.1
10.  Internal Link
Prev Next

A field of "Internal Link" type holds a link to a Sitecore item. The link is stored as plane text. It can be accessed with XslHelper.fld function (sc:fld):

<xsl:value-of select="sc:fld('My Internal Link',.)"/>

Note: this field type is intended for internal use. You should use Link and Image types instead as far as they provide richer functionality.


Prev Next